tools: don't assume libxenguest and libxenctrl to be in same directory
authorJuergen Gross <jgross@suse.com>
Fri, 28 Aug 2020 15:07:21 +0000 (17:07 +0200)
committerWei Liu <wl@xen.org>
Wed, 9 Sep 2020 10:57:25 +0000 (10:57 +0000)
commit0c293ad3a2842452bff0fe0515cc9046a60afa5e
tree00b20a899dca2812a9445eb46807d03a1e75e3ef
parentbb2ea7f392348b2697c5b9140deea56b1b56776e
tools: don't assume libxenguest and libxenctrl to be in same directory

There are quite some places in Makefiles assuming libxenguest and
libxenctrl being built in the same directory via a single Makefile.

Drop this assumption by specifying the dependencies and path variables
for both libraries correctly.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wl@xen.org>
tools/Rules.mk
tools/libxl/Makefile
tools/misc/Makefile